home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Word Processors and Text Utilities / Mini NoteTab / WHATSNEW.TXT < prev   
Encoding:
Text File  |  1997-03-04  |  6.7 KB  |  193 lines

  1. What's New in version 2.22?
  2. ===========================
  3.  
  4. Welcome to the latest program update!
  5.  
  6. Changes:
  7. --------
  8. * Detects when another application changes a
  9.   document and prompts to reload it.
  10. * Clipbook has new functionality. It can now be used
  11.   to launch other programs, open current document in
  12.   its associated application, open current document
  13.   in specified program, open URLs. See help file for
  14.   details and sample template LAUNCH.CLB.
  15. * Added a ruler with measurements in characters,
  16.   inches, and millimeters. Click on it to toggle
  17.   between the different units. When you place the
  18.   mouse cursor over the ruler, the measurement at
  19.   that position is indicated in the hint bar.
  20. * Tab alignment is more accurate.
  21. * Enlarged some of the dialogs to improve appearence
  22.   on systems using large fonts.
  23. * Fixed several minor bugs.
  24.  
  25.  
  26. What's New in version 2.21?
  27. ===========================
  28.  
  29. Changes:
  30. --------
  31. * Can be executed from a CD-Rom or a write-protected
  32.   disk. When executed from a CD-Rom, the editor's
  33.   configuration files are saved in the Windows
  34.   folder (directory).
  35. * Added the Spaces commands under the Edit menu. These
  36.   new commands will change each group of multiple 
  37.   blank spaces (from selected text of the whole
  38.   document) to a single space or tab character.
  39.  
  40.  
  41. What's New in version 2.02?
  42. ===========================
  43.  
  44. Bug fixes:
  45. ----------
  46. * Backup files did not reflect the name of the
  47.   original copy. Problem fixed.
  48. * When printing several pages, page numbers, headers
  49.   and footers did not appear on the last page. Problem
  50.   fixed.
  51. * Several other minor bugs also fixed.
  52.  
  53. Changes:
  54. --------
  55. * The Line functions now treat a word-wrapped line
  56.   as a single line.
  57. * You can now save files in UNIX format (all carriage
  58.   return / line-feed pair are converted to LF). To
  59.   enable this feature for a document, set the Unix
  60.   Format option in the Document Properties dialog.
  61. * Documents now support multiple tab-stop settings
  62.   and units can be defined in inches, centimeters,
  63.   or pixels. Each value must be separated by a semi-
  64.   colon (;).
  65. * Clipbook now accepts date/time filters. Use ^[ and
  66.   ^] to delimit the filter element of the Clipbook
  67.   text.
  68. * Clipbook can now enclose selected text with content
  69.   of Clipbook item. The code ^& indicates where to
  70.   place the selected document text. Pasting a Clipbook
  71.   item with this code in the text will insert the
  72.   highlighted text at the position of the ^& code
  73.   instead of overwriting it. This is particularly
  74.   useful when producing HTML documents. For example,
  75.   if you have defined a Clipbook item under the title
  76.   Italic:   <I>^&</I>
  77.   Selecting a word in your document and then double-
  78.   clicking on the Italic item in the Clipbook will
  79.   surround the word with the italic tags:
  80.   <I>word</I>
  81. * On some systems, depending on screen resolution,
  82.   dialogs boxes may not display correctly (dialog
  83.   elements don't all fit in the window). If this
  84.   is the case on your system, add the following
  85.   line in the program's INI file under the [Options]
  86.   section: 
  87.                  ScaleDialogs=1
  88.   I have not tested this option yet, so I am not
  89.   absolutely sure the dialogs will display better.
  90.   Feedback on this issue would be much appreciated!
  91.  
  92.  
  93. What's New in version 2.01a?
  94. ============================
  95.  
  96. Bug fixes:
  97. ----------
  98. * After printing one line, the previous update
  99.   displayed a GPF message and aborted the print
  100.   job. This bug has now been fixed.
  101.  
  102. Changes:
  103. --------
  104. * When you open the Find and Replace dialog boxes,
  105.   selected text up to 255 characters long will be
  106.   placed in the Find field. Before, the limit was
  107.   200 characters.
  108. * The Colors dialog box now also displays the
  109.   Define Custom Colors section.
  110.  
  111.  
  112. What's New in version 2.01?
  113. ===========================
  114.  
  115. Bug fixes:
  116. ----------
  117. * This update fixes the faulty search message that
  118.   was displayed in Super NoteTab version 2.0. You
  119.   can now also search backwards;
  120. * Several faults in the print procedure have been
  121.   fixed;
  122. * the Favorites dialog box now lets you edit the list
  123.   correctly;
  124. * a double-click on the Clipbook pastes an item in the
  125.   editor and leaves the focus in the document;
  126. * When the program was configured to use the registry,
  127.   invoking the browser would execute a new copy each
  128.   time instead of using the open copy. This has now
  129.   been fixed.
  130.  
  131. Changes:
  132. --------
  133. * Mini Notepad has been renamed Mini NoteTab to better
  134.   indentify its link with Super NoteTab;
  135. * dialog boxes have been resized to accomodate displays
  136.   using large fonts;
  137. * the Document Selector now indicates the number of
  138.   open documents;
  139. * the tool bar now has a word wrap button;
  140. * the Find and replace dialogs now automatically
  141.   convert special characters in pasted text to their
  142.   respective search tokens. Dialogs can now be resized
  143.   horizontally;
  144. * more information has been added to the help file;
  145. * three new commands have been added under the
  146.   Edit|Lines menu:
  147.   - "Join Lines" converts multiple lines into a single
  148.     one;
  149.   - "Split Lines" converts a word wrapped line (or
  150.     lines larger than the editor window into multiple
  151.     lines.
  152.   - "Adjust Line Breaks" is useful for adjusting all
  153.     line breaks in the selected text or document to
  154.     true CR/LF sequences. The command changes any CR
  155.     characters not followed by a LF and any LF
  156.     characters not preceded by a CR into CR/LF pairs.
  157.     It also converts LF/CR pairs to CR/LF pairs. The
  158.     LF/CR pair is common in Unix text files.
  159.  
  160.  
  161. What's New in version 2.0?
  162. ==========================
  163.  
  164. Many features have been significantly improved and new
  165. ones added. The most original and useful is the
  166. Clipbook window (you'll find the command under the
  167. Tools menu). The editor is now web enabled, which
  168. means it can tell a browser to open a link or one
  169. of its documents. Printing works much better and a
  170. new dialog box lets you configure the size of margins,
  171. headers, footers, etc. A number of bugs that were
  172. discovered in the earlier versions have been fixed.
  173.  
  174. You will find more details on these new features
  175. in the help file.
  176.  
  177. As a result of the many changes made to the program,
  178. most settings that were saved by earlier versions
  179. are not restored by this new version. As a result,
  180. you will have to reset your program preferences and
  181. document properties.
  182.  
  183. Another important change is that Favorite Files lists
  184. must now be stored in the same folder (directory) as
  185. the program and have the extension FVR.
  186.  
  187. If something didn't work in an earlier version, it
  188. probably does now. If not, please contact me and give
  189. me the details of the problem.
  190.  
  191.  
  192. Hope you'll find these new features useful!
  193. --Eric Fookes